home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / fractal / kaos.lha / helplib / online_help.6 < prev    next >
Encoding:
Text File  |  1990-01-28  |  3.4 KB  |  91 lines

  1.         Command Line Arguments
  2. --------------------------------------------------------------------
  3. A set of program parameters can be set from the command line.  For
  4. example, to set the size of the  main window to the full screen, type
  5. kaos -w 1152 950 when starting up kaos. A brief escription of other
  6. major command line arguments is given below:
  7.  
  8.  -a axis_label_on:    If true, show axis labels.
  9.  
  10.  -b batch_count:    Starting count for a batch job. To avoid an
  11.                         overlapping with the submitted batch jobs in 
  12.                         the previous session.
  13.  
  14.  -be bell_on:        If true, turn on bell.
  15.  
  16.  -bx boxes_on:        If true, draw phase space and parameter space boxes.
  17.  
  18.  -cl clipping:        If true, clip the data outside the box.
  19.  
  20.  -cs colormap_strip_on:    If true, draw colormap strips
  21.  
  22.  -e show_error_mess:    If true, show error messages
  23.  
  24.  -f func_on:        If true, turn on function features.
  25.  
  26.  -g grids:              Turn on or off the display of grids for phase
  27.                         space and parameter space box. The value of  
  28.                         "grids" is the number of grid lines in each 
  29.                         direction.
  30.  
  31.  -l lock_interval:    Interval between locking and unlocking.
  32.  
  33.  -m model:              A starting model is set to model. 
  34.                         (Default: 4)
  35.  
  36.  -m1 dim0 dim1 dim2:    dim1 is the initial dimension of the orbit 
  37.                         data in the phase space. When reallocating 
  38.                         more memory, the dimension of orbit data 
  39.                         increases two-fold until it reaches dim1 and 
  40.                         then it increases by the amount of dim2. 
  41.                         (Default: varies but typically (50000,
  42.                         100000,10000))
  43.  
  44.  -m0 dim0 dim1 dim2:    similarly for the bifurcation data in the 
  45.                         parameter sspace. (Default: (1000,2000,1000))
  46.  
  47.  -m2 dim0 dim1 dim2:    similarly for the data in the combined space.
  48.                         (Default: (500,1000,1000))
  49.  
  50.  -mf dim0 dim1 dim2:    similarly for the periodic orbit data.  
  51.                         (Default: (500,1000,1000))
  52.  
  53.  -n nice_number:    Nice number for batch jobs. At the moment, not changeable.
  54.             (Default: 10).
  55.  
  56.  -p pixel_depth:        Forces a pixel depth. For example, "-p 1" 
  57.                         forces kaos to function in a monochrome mode.                        (Default: automatic)
  58.  
  59.  -pc panel_colormap_on:    If true, turn on panel colormaps.
  60.  
  61.  -Pm main_panel_show:    If true, create a main panel after startup.
  62.  
  63.  -Pp param_window_show:    If true, create a parameter space window 
  64.                         after startup.
  65.  
  66.  -Po options_panel_show:If true, create an options panel after 
  67.                         startup.
  68.  
  69.  -Pw window_size_panel_show: If true, create a projection (window 
  70.                         size) panel after startup.
  71.  
  72.  -Ps section_panel_show:If true, create a section panel after startup
  73.  
  74.  -Psi system_info_panel_show:If true, create a system info panel 
  75.                         after startup.
  76.  
  77.  -Psl save_load_panel_show:If true, create a save load panel after
  78.                         startup.
  79.  
  80.  -r record_on:        If true, record data. Otherwise, display but
  81.                         do not record.
  82.  
  83.  -s slide:              Turn on or off the slide mode.
  84.  
  85.  -t title_label_on:    If true, display the title.
  86.  
  87.  -w width height:       The width and height of the main window in 
  88.                         Sun pixel coordinates. The default values 
  89.                         are (1030,800).
  90.  
  91.